CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - avi frame

搜索资源列表

  1. TouchScreen

    0下载:
  2.  VC通过调用AVI文件实现图片滚动窗体,并且窗口去除了标题栏和边框,VC代码实现的图片跑马灯效果,除了图片滚动特效,还在VC++的窗口中调用了Flash来显示动画,编译后请将Debug目录中的EXE文件拷贝至根目录,和RES目录同级,这样EXE运行时才能调用RES中的图片资源。-VC by calling the AVI file to realize picture scroll form, and removal of the window title bar and frame, VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:4543815
    • 提供者:王传
  1. video

    0下载:
  2. Opencv对AVI视频进行每帧的提取代码-OpenCV AVI video per frame extraction code
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:598
    • 提供者:Sakura
  1. readmv_plot

    0下载:
  2. 读取特定格式的txt文件,此txt文件为视频的mv数据,将每帧的mv画矢量图,并将所有图存为avi视频-Txt file to read a specific format, this is the video mv txt file data, each frame vector mv painting and all its survival to avi video
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1371
    • 提供者:张文婷
  1. avi_reader

    0下载:
  2. 使用matlab gui将AVI格式的视频分帧播放,可暂停,且可以反复播放上一帧和下一帧-Using matlab gui to AVI format video sub-frame playback, you can pause, and can repeat the previous frame and the next frame
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17101
    • 提供者:张文婷
  1. a

    0下载:
  2. opencv 实现对视频帧的提取,包括从摄像头获取视频及avi文件获取视频-opencv realize the video frame extraction, including video from the camera to obtain access to video and avi files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:917
    • 提供者:sf
  1. avi2im

    0下载:
  2. 将avi视频转化为帧图像,得到整个视频的序列图像-Avi video into a frame to the image, get the whole sequence of video images
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:694
    • 提供者:宋海滨
  1. VideoFromImages

    0下载:
  2. Demo macro to extract frames and get frame means from an avi movie and save individual frames to separate image files. Also computes the mean gray value of the color channels.- Demo macro to extract frames and get frame means from an avi movi
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3051
    • 提供者:regy
  1. AVItoBMP

    0下载:
  2. 该呈现能实现将一个AVI文件中的每桢视频转化为BMP图象,使用的标准的WINDOWS API .-The show can achieve an AVI video file for each frame into a BMP image, using the standard WINDOWS API.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:8024
    • 提供者:edstim
  1. avitoim.m

    0下载:
  2. 这是我读硕时 师兄让我写的把AVI视频转成一帧帧图像的代码 绝对好用 文件夹理有我的联系方式 有问题问我-This is when I read Augmentum师兄let me write the AVI video into a frame image of the code is absolutely easy to use folder justifications have my contact there asked me the question
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:8679
    • 提供者:Egypti
  1. AviCalc

    0下载:
  2. AVI视频,可以设置单帧或隔多帧导出为bmp图像,如果不是AVI视频源,用转换软件转换完再执行,用VC6编写的,要运行任何windows系统。-AVI video, you can set every single frame or multi-frame images exported as bmp, if not the AVI video source, complete with conversion software to convert and then executed with
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:43817
    • 提供者:dfgfd
  1. peoplecount

    1下载:
  2. 基于视频的人数统计,对avi视频帧进行灰度处理,用三帧差法提取运动目标,-Avi video frames on gray processed to extract moving target with three frame difference,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:6782340
    • 提供者:邬可
  1. Avi2Img

    1下载:
  2. 视频AVI中提取出每帧图像,并保存 VS2012 Opencv2.4.9 其它版本也可以-AVI video image of each frame is extracted and saved VS2012 Opencv2.4.9 Other versions may also be
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:19708928
    • 提供者:潘少
  1. read_mov_show_pic

    0下载:
  2. 读入一个avi视频,将视频每一帧图片转换为灰度图片,最后以棒状图统计灰度值。-Read an avi video, the video every frame image is converted to grayscale images, finally to stick figure grey value of statistics.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:623
    • 提供者:罗扬燚
  1. opencv

    1下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
  3. 所属分类:OpenCV

    • 发布日期:2015-11-24
    • 文件大小:1024
    • 提供者:何朝杰
  1. OpenCVRecordTV

    0下载:
  2. 用VC+OpenCV制作的视频采集软件,功能类似屏幕录像,逐帧采集并保存AVI格式-With VC+ OpenCV produced video capture software, functions like screen recording, frame capture and save AVI format
  3. 所属分类:Video Capture

    • 发布日期:2017-05-19
    • 文件大小:5187550
    • 提供者:sensitivity
  1. Vidcap

    0下载:
  2. VC++ 摄像头画面的实时捕捉并保存为avi,可捕捉单帧画面或捕捉连续视频,并保存为avi文件。-VC++ real-time capture camera screen and save it as avi, can capture a single frame or continuous video capture and save to avi file.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-06
    • 文件大小:1165964
    • 提供者:
  1. binary-video

    1下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
  3. 所属分类:OpenCV

    • 发布日期:2015-11-24
    • 文件大小:5449728
    • 提供者:chenyingshu
  1. turn--picture-video

    0下载:
  2. 运用Opencv,输入n帧图像,可以转换为一段avi格式的视频,可以控制视频的帧率。-Use Opencv, enter n frames, it can be converted to avi video format section, you can control the video frame rate.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:883
    • 提供者:李进
  1. KeyFrame

    0下载:
  2. 从.avi视频文件中获取所有帧图像,并且以.bmp格式保存到本地文件夹中。-Get all the frame images .avi video file and save to .bmp format to a local folder.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:1172
    • 提供者:kong
  1. FFmpeg_13

    0下载:
  2. 这是一个使用FFMpeg的示例程序,使用的是13版的库文件,实现了从一个任意格式的视频读入。进行解码,每隔10帧取一帧进行编码,最后存储成任意格式的输出文件,默认的输入文件名为 video.mp4 ,输出文件名为 out.avi ,需要自己在工程目录下添加输入视频。-This is an example of the use of FFMpeg program, using a version of the 13 library files, and a video in any format
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-17
    • 文件大小:4155445
    • 提供者:俞忠将
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com